home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / DeliBEEry.swf / scripts / frame_117 / PlaceObject2_199_9 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-06  |  263 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.sprite._x,_root.sprite._y,true))
  3.    {
  4.       _root.sprite.control = false;
  5.       _root.sprite.avancex = 0;
  6.       _root.sprite.avancey = 0;
  7.       _root.sprite.gravedad = 0;
  8.       _root.nextFrame();
  9.    }
  10. }
  11.